Xamarin.iOS Documentation | ComponentOne
C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridRowColCollection<T> Class / DefaultSize Property


In This Topic
    DefaultSize Property
    In This Topic
    Gets or sets the default size for the items in the collection.
    Syntax
    'Declaration
     
    
    Public Property DefaultSize As Nullable(Of GridLength)
    'Usage
     
    
    Dim instance As GridRowColCollection(Of T)
    Dim value As Nullable(Of GridLength)
     
    instance.DefaultSize = value
     
    value = instance.DefaultSize
    public Nullable<GridLength> DefaultSize {get; set;}
    See Also